Revision: tlacontrib--bulb--1.2--patch-4
Archive: bulb@ucw.cz--pub-1
Creator: Jan Hudec <bulb@ucw.cz>
Date: Thu Feb 12 18:06:27 CET 2004
Standard-date: 2004-02-12 17:06:27 GMT
Modified-files: aba/aba-lib aba/commands/alias
    aba/commands/auto-get
    aba/commands/auto-register-archive
    aba/commands/branch-this aba/commands/change-version
    aba/commands/diff aba/commands/diff-rev
    aba/commands/elog aba/commands/emlog
    aba/commands/file-revert aba/commands/get-diff
    aba/commands/help aba/commands/latest-revision
    aba/commands/merge aba/commands/my-library
    aba/commands/show-rev aba/commands/tag-this
    aba/commands/tagline aba/commands/tree-revision
    aba/skel-command
New-patches: bulb@ucw.cz--pub-1/tlacontrib--bulb--1.2--patch-4
Summary: Replaced $* with "$@"
Keywords: 

    * aba/***: Replaced $* with "$@" everywhere except two special
      places, so the shell keeps argument boundaries anytime it
      should.  Now the script should not break when tla allows spaces
      in filenames.

    Note: The (POSIX) shell CAN keep option boundaries anytime it's
    desired. Only one must be careful, since argument list is the only
    array available in shell.
